home *** CD-ROM | disk | FTP | other *** search
/ Graphics Plus / Graphics Plus.iso / media / pov / scenes / other / tiles.pov < prev    next >
Encoding:
Text File  |  1994-10-02  |  715 b   |  46 lines

  1. #include "colors.inc"
  2. #include "tiles.inc"
  3.  
  4. object
  5.    {
  6.    disc { <0, 0, 0>, y, 15 }
  7.    pigment { color rgb <2/3, 2/3, 1>}
  8.    finish { ambient 0.05 diffuse 0.95 }
  9.    }
  10.  
  11. object
  12.   {
  13.   box { <-1, -1, -1>, <1, 1, 1> }
  14.   texture { Tiles4 }
  15.   rotate <-30, -30, -30>
  16.   translate <-3, 3, 0>
  17.   }
  18.  
  19. object
  20.   {
  21.   box { <-1, -1, -1>, <1, 1, 1> }
  22.   texture { Tiles8 }
  23.   rotate <-30, -30, -30>
  24.   translate <0, 3, 0>
  25.   }
  26.  
  27. object
  28.   {
  29.   box { <-1, -1, -1>, <1, 1, 1> }
  30.   texture { Tiles16 }
  31.   rotate <-30, -30, -30>
  32.   translate <3, 3, 0>
  33.   }
  34.  
  35. camera
  36.    {
  37.    location <0, 9, -15>
  38.    right 4/3*x
  39.    up y
  40.    direction 2*z
  41.    look_at <0, 3, 0>
  42.    }
  43.  
  44. light_source { <-5, 10, -8.66> color White }
  45. light_source { <0, 20, -10> color White }
  46.